home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <!DOCTYPE schema SYSTEM "urn:x-commerceone:document:com:commerceone:xdk:xml:schema.dtd$1.0">
-
- <schema uri="urn:x-commerceone:document:com:commerceone:CBL:CBL.sox$1.0" >
-
- <intro>
- <p>Copyright Notice</p>
- <p>Common Business Library 2.0<br/>
- Copyright 1999 Commerce One, Inc.</p>
- <p>Permission is granted to use, copy, modify and distribute the DTD's, schemas
- and modules in the Commerce One Common Business Library Version 2.0 subject to the terms
- and conditions specified at http://www.marketsite.net/xml/cbl/copyright.html</p>
- <h1>Order Response Detail</h1>
- <p>
- Order Response Detail extends Order Detail.
- Buying Application can use the VarianceQuantity to determine the
- Onhand Quantity and BackOrderedQuantity.
- VarianceQuantity is used when you want to specify BackOrder quantity.
-
- In other word Variance Quantity specify the difference between what the
- supplier is able to ship relative to the requested quantity.
-
- </p></intro>
-
- <elementtype name="OrderResponseDetail">
- <extends type="OrderDetail">
- <append>
- <element type="VarianceQuantity" occurs="?" />
-
- <!-- This is the price that supplier expect for this particular
- item -->
- <element type="Price" name="SupplierExpectedUnitPrice" occurs="?" />
-
- <!-- optional error info related to price -->
- <element type="ErrorInfo" name="PriceErrorInfo" occurs="?" />
-
- <!-- optional error info related to quantity -->
- <element type="ErrorInfo" name="AvailabilityErrorInfo" occurs="?" />
-
- <!-- free text form that may contain additional info from
- supplier to buyer -->
- <element type="string" name="SupplierNote" occurs="?" />
-
- </append>
- </extends>
- </elementtype>
-
- <elementtype name="ListOfOrderResponseDetail">
- <model>
- <element type="OrderResponseDetail" occurs="+" />
- </model>
- </elementtype>
-
- </schema>
-